home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / PFP219.ARJ / README.TXT < prev   
Text File  |  1991-08-17  |  3KB  |  87 lines

  1.                               PROGRAMMER'S FILE PRINTER
  2.                                     FOR WINDOWS 3
  3.  
  4.  
  5. Abstract
  6. --------
  7.  
  8. Programmer's File Printer is a Windows 3 application that lets you print text
  9. files such as program listings, and produce hexadecimal dumps of binary files.
  10.  
  11. You have full control over the format of a text file listing: you can specify
  12.  
  13.     - whether lines are numbered
  14.     - whether pages have headers
  15.     - whether long lines are wrapped or truncated
  16.     - the size of tab stops
  17.  
  18. as well as selecting the type face and size. For both text listings and hex
  19. dumps, you can choose to print either the whole file, or only a part.
  20.  
  21. You can, if you wish, specify a set of listing attributes to be used for all
  22. files of a given type, such as '.c' or '.asm', so that they are automatically
  23. listed in the way you want. You can also set attributes on an individual file
  24. basis.
  25.  
  26. Files can be printed in reverse page order for devices that stack pages the
  27. wrong way.
  28.  
  29.  
  30. Distribution and Use
  31. --------------------
  32.  
  33. Programmer's File Printer is Copyright (c) Alan Phillips 1991. It may be feely
  34. used by individuals, educational institutions and charites; use within
  35. commercial organisations is not permitted without the written consent of the
  36. author.
  37.  
  38. The program may be stored in software archives or posted to Bulletin Board
  39. systems, and may be distributed by individuals. Apart from reasonable media and
  40. handling costs, no charge may be levied for its distribution. The program
  41. should be stored with all the files listed in the manifest below; these may be
  42. repackaged if necessary to suit the storage conventions of archive systems.
  43.  
  44. Disclaimer
  45. ----------
  46.  
  47. Programmer's File Printer is distributed on an 'as is' basis. No guarantee of
  48. any sort is made or should be inferred as to it functioning, or to its
  49. suitability for any purpose. Neither the author nor the University of Lancaster
  50. accept any liability for any loss or damage whatsoever occasioned by its use.
  51.  
  52. Manifest
  53. --------
  54.  
  55. The files that make up this release of Programmer's File Printer are:
  56.  
  57. readme.txt             This file
  58. pfp.exe                Windows 3 executable file
  59. pfp.ini                Sample initialisation file
  60. pfp.hlp                Windows help file
  61. pfp.doc                Documentation in Word For Windows format
  62. pfp.prn                Documentation in ASCII format
  63. pfp.ps                 Documentation in PostScript format
  64. history.txt            Development history
  65.  
  66. Installing
  67. ----------
  68.  
  69. To install Programmer's File Printer, copy the pfp.exe, pfp.ini and pfp.hlp
  70. files to a directory that appears in your system's PATH. The program can then
  71. be run from File Manager or Program Manager as any other Windows application.
  72.  
  73. The Author
  74. ----------
  75.  
  76. Programmer's File Printer is written by Alan Phillips. Comments and
  77. suggestions are welcome: the author can be contacted by e-mail at
  78.  
  79.     alan@uk.ac.lancaster            JANET
  80.     alan@lancaster.ac.uk            Internet or BITNET
  81.     alan%uk.ac.lancaster@ukc        UUCP
  82.  
  83. It will not be possible to respond to letters or phone calls.
  84.  
  85. Development of this program has been done as a private activity, unconnected
  86. in any way with the University of Lancaster.
  87.